home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / util307.arc / CLEARRO.DOC < prev    next >
Text File  |  1987-03-04  |  2KB  |  47 lines

  1.                               ClearRO
  2.  
  3.         The following is produced by entering ClearRO > ClearRO.DOC --
  4.  
  5.             [ClearRO version 1.00]
  6.             ClearRO clears the Read-Only file attribute.
  7.             It reverses the action of the SetRO utility.
  8.             Wild-cards and pathnames may be used.
  9.             The user is prompted at each file.
  10.  
  11.             Syntax:
  12.               ClearRO [Path]FileSpec [OptionList]
  13.  
  14.             OptionList:
  15.              /Terse -Terse Suppress version message
  16.              /Yes   -Yes   Automatic "Yes" response
  17.  
  18.             Public Domain 1984 by Lewis Haupt
  19.             P.O.Box 25363, Houston, Tx  77265
  20.  
  21.         PC DOS version 2.00 or greater is required.
  22.         Options may be preceded by "/" or by " -".
  23.  
  24.         Examples --
  25.  
  26.             -- Using full directory specifications.
  27.             C> ClearRO C:\DIRA\*.*
  28.             [ClearRO Version 1.00]
  29.             Press Y to clear, N to skip, ESC to stop.
  30.  
  31.                     Unprotect ABCD.DOC? Yes
  32.                     Unprotect EDGHI.DOC? No
  33.                     Unprotect JKL.DOC? Yes
  34.                     Unprotect MNOP.DOC? Stop
  35.  
  36.             -- Current disk and directory.
  37.             C> ClearRO *.*
  38.             [ClearRO Version 1.00]
  39.             Press Y to clear, N to skip, ESC to stop.
  40.  
  41.                     Unprotect ABCD.DOC? Yes
  42.                     Unprotect EDGHI.DOC? No
  43.                     Unprotect JKL.DOC? Yes
  44.                     Unprotect MNOP.DOC? Stop
  45.  
  46. 
  47.         Unprotect EDG